home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
apps
/
database
/
ingres04.lzh
/
source
/
conf
/
monitor.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1985-12-18
|
253 b
|
19 lines
# include <func.h>
# include <sccs.h>
SCCSID(@(#)monitor.c 8.2 12/18/85)
char Qbuf[1600];
int QbufSize = sizeof Qbuf;
extern struct fn_def TtyMonFn;
struct fn_def *FuncVect[] =
{
&TtyMonFn,
};
int NumFunc = sizeof FuncVect / sizeof FuncVect[0];